Skip to content

Commit

Permalink
fix(deps): update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryshu committed May 20, 2024
1 parent e96c6a2 commit 17b5c68
Show file tree
Hide file tree
Showing 6 changed files with 11,978 additions and 4,974 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14.21.3', '16.19.1', '17.4.0', '18.15']
node: ['18']
name: Node ${{ matrix.node }} testing
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.15.0'
node-version: '18'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.15.0'
node-version: '18'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.15.0'
node-version: '18'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.4.0
18.18.0
Loading

0 comments on commit 17b5c68

Please sign in to comment.