Skip to content

Commit

Permalink
ci: upgrade workflows to use node 18 (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro authored Jan 31, 2025
1 parent 26837de commit 3945339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version-file: .nvmrc
- uses: browser-actions/setup-chrome@v1
- name: npm install and test
env:
Expand Down
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: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version-file: .nvmrc
registry-url: https://registry.npmjs.org/
- name: prepare default version
run: npm run prepare:default
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

0 comments on commit 3945339

Please sign in to comment.