Skip to content

Commit

Permalink
Node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 3, 2024
1 parent 071947c commit 4c1858c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6,045 deletions.
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:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup git credentials
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ outputs:
description: 'A version prepared for pushing into a repository instead of "CURRENT_VERSION" after release, usually incremented by 1'

runs:
using: 'node16'
using: 'node20'
main: 'build/index.js'
Loading

0 comments on commit 4c1858c

Please sign in to comment.