Skip to content

Commit

Permalink
feat: switch to use node version 16 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 22, 2022
1 parent 1261433 commit 54924db
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 248 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: 'actions/setup-node@v2'
with:
node-version: '12.x'
node-version: '16.x'

- name: 'npm build'
run: 'npm ci && npm run build'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: 'actions/setup-node@v2'
with:
node-version: '12.x'
node-version: '16.x'

- name: 'npm ci'
run: 'npm ci'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: 'actions/setup-node@v2'
with:
node-version: '12.x'
node-version: '16.x'

- id: 'auth-default'
name: 'auth-default'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- uses: 'actions/setup-node@v2'
with:
node-version: '12.x'
node-version: '16.x'

- id: 'auth-default'
name: 'auth-default'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- uses: 'actions/setup-node@v2'
with:
node-version: '12.x'
node-version: '16.x'

- name: 'npm ci'
run: 'npm ci'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -143,6 +143,6 @@ branding:
color: 'blue'

runs:
using: 'node12'
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/post/index.js'

0 comments on commit 54924db

Please sign in to comment.