Skip to content

Commit

Permalink
- Updated CI Node version (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Ulwański <mulwanski@trans.eu>
  • Loading branch information
ulwanski and Marek Ulwański committed Mar 17, 2023
1 parent 84d763e commit 38dda54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.js.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '17.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/syntax.js.yml
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-20.04
name: Syntax tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Testing syntax
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 17.x
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit.js.yml
Expand Up @@ -32,9 +32,9 @@ jobs:

name: Unit tests with Node ${{ matrix.node-version }} on ${{ matrix.os }} ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Testing using Node.JS ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit 38dda54

Please sign in to comment.