Skip to content

Commit

Permalink
Update swarm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Dec 6, 2023
1 parent 7297294 commit 11e0bdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
matrix:
node-version: [16.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 11e0bdb

Please sign in to comment.