Skip to content

Commit

Permalink
Update swarm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Aug 30, 2024
1 parent ca22d33 commit 1fb518e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
working-directory: .
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -32,7 +32,7 @@ jobs:

- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@vlatest
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 1fb518e

Please sign in to comment.