Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyssaWang committed Sep 25, 2024
1 parent 3cf48f9 commit 1f00ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x']
node-version: ['20.x']

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x']
node-version: ['20.x']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x']
node-version: ['20.x']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1f00ed8

Please sign in to comment.