Skip to content

Commit 3aa369f

Browse files
authored
Update dependencies and use Node 16 (#47)
1 parent b84c5fa commit 3aa369f

File tree

7 files changed

+11829
-6215
lines changed

7 files changed

+11829
-6215
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/index.js -crlf

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ jobs:
55
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v2
8+
- uses: actions/setup-node@v2
9+
with:
10+
node-version: 16
811
- run: npm ci
912
- name: Testing / Linting
10-
run: npm run test
13+
run: npm t
1114
- name: Package
1215
run: npm run package
1316
- name: "Check that packaging didn't create any changes"

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ inputs:
2424
required: false
2525
default: 'true'
2626
runs:
27-
using: 'node12'
27+
using: 'node16'
2828
main: 'dist/index.js'

0 commit comments

Comments
 (0)