Skip to content

Commit

Permalink
build(ci): update action node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaskur committed Mar 11, 2024
1 parent 2db9697 commit 1a6db44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 1a6db44

Please sign in to comment.