Skip to content

Commit

Permalink
CI: switch to Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 13, 2023
1 parent 43d7db8 commit 725dbdf
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 @@ -42,9 +42,9 @@ jobs:
node: [12, 14, 16, 18]
include:
- os: windows-latest
node: 16
node: 18
- os: macos-latest
node: 16
node: 18

steps:
- name: Clone repository
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [16]
node: [18]

steps:
- name: Clone repository
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Publish on npm
Expand Down

0 comments on commit 725dbdf

Please sign in to comment.