Skip to content

Commit

Permalink
update action and workflows to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Djontleman committed Apr 22, 2024
1 parent 2818fe5 commit d95c68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Build with ncc
run: |
npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retrieve-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Some command with npx
run: |
npx create-react-app example-app
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ inputs:
default: ignore

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

branding:
Expand Down

0 comments on commit d95c68e

Please sign in to comment.