Skip to content

Commit

Permalink
Upgrade actions to latet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Apr 4, 2024
1 parent a064205 commit de053cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
architecture:
- x64
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# - name: Workaround for bad mirror
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
architecture:
- x64
steps:
Expand Down

0 comments on commit de053cf

Please sign in to comment.