Skip to content

Commit

Permalink
PE-656-copy-build-node-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Swirsky committed May 14, 2024
1 parent 4e20d8b commit fee497c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Node Setup
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'

- name: Test and prepare distribution
run: npm install && npm run all
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ inputs:
default: terraform.zip

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit fee497c

Please sign in to comment.