1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-09 04:42:20 +02:00

Update NPM packages (#75)

* Update NPM packages

* Format using prettier

* Update node version in workflow

* Add .gitattributes
This commit is contained in:
Konrad Pabjan 2020-03-26 16:39:48 +01:00 committed by GitHub
parent a93e9d979a
commit 4ff1108c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6328 additions and 4895 deletions

View file

@ -9,12 +9,12 @@ jobs:
operating-system: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2
- name: Set Node.js 10.x
uses: actions/setup-node@master
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x
- name: npm install
run: npm install