Skip to content

Commit

Permalink
ci: update node version of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoyadmoon committed Dec 12, 2023
1 parent 319be27 commit e6b8391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install packages with cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '20.x'
- name: Install packages with cache
uses: iCHEF/npm-install-with-cache-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.ICHEF_BOT_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install packages with cache
uses: iCHEF/npm-install-with-cache-action@v1
Expand Down

0 comments on commit e6b8391

Please sign in to comment.