We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d612d7 + b0cc574 commit e1132f5Copy full SHA for e1132f5
.github/workflows/build_test.yml
@@ -19,10 +19,10 @@ jobs:
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Setup node 14
+ - name: Setup node 16
23
uses: actions/setup-node@v2
24
with:
25
- node-version: 14.x
+ node-version: 16.x
26
- run: npm install
27
- run: npm run build
28
- run: npm test
action.yml
@@ -14,5 +14,5 @@ inputs:
14
required: false
15
16
runs:
17
- using: 'node12'
+ using: 'node16'
18
main: 'dist/index.js'
0 commit comments