Skip to content

Commit

Permalink
update node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Satak authored May 7, 2023
1 parent 9d81503 commit c3f604e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node for testing
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- run: npm install
- run: npm test
- name: post-request output
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ outputs:
output:
description: 'data output from the web request'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit c3f604e

Please sign in to comment.