Skip to content

Commit

Permalink
chore(CI): GitHub Actions - Node 20 (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored May 2, 2024
1 parent 73b16dd commit 39fe68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Use Node 18
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 39fe68b

Please sign in to comment.