Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Aug 4, 2024
1 parent 23c9b26 commit bf1bb04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
node-version: '20.9.0' # LTS

- runs-on: ubuntu-latest
node-version: '20.12.2' # LTS (current)
node-version: '20.16.0' # LTS (current)
CODE_CHECK: 1

- runs-on: ubuntu-latest
node-version: '21.7.3'
node-version: '22.5.1'

- runs-on: windows-latest
node-version: '21.7.3'
node-version: '22.5.1'

- runs-on: macos-latest
node-version: '21.7.3'
node-version: '22.5.1'

runs-on: ${{ matrix.config.runs-on }}

Expand All @@ -55,7 +55,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '20.16.0'

- name: Node Version
run: node --version
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '20.16.0'
registry-url: https://registry.npmjs.org/

- name: Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.16.0

0 comments on commit bf1bb04

Please sign in to comment.