Skip to content

Commit

Permalink
⬆️ Upgrade NodeJS in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhantpanda committed Mar 19, 2024
1 parent 307c420 commit 7c32cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.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']
node-version: ['20']
name: Build using Node v${{ matrix.node-version }}
steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
name: Test using Node v${{ matrix.node-version }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
name: Build using Node v${{ matrix.node-version }}
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
name: Test using Node v${{ matrix.node-version }}
steps:
- name: Checkout
Expand Down

0 comments on commit 7c32cdd

Please sign in to comment.