Skip to content

Commit

Permalink
Upgrade workflows node-version to 18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
blindguardian50 committed May 23, 2024
1 parent b53a774 commit 01d10d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
# Install NodeJS
- name: Use Node.js 16.x
- name: Use Node.js 18.17
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.17
# Run npm install and build on our code
- run: npm install
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
# Install NodeJS
- name: Use Node.js 16.x
- name: Use Node.js 18.17
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.17
# Run npm install and build on our code
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 01d10d3

Please sign in to comment.