Skip to content

Commit

Permalink
ci: bump node-version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 31, 2024
1 parent 39868c7 commit c860a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
aw-version: [0.12.0b1]
node-version: [18.x]
aw-version: [0.12.3b15]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c860a0c

Please sign in to comment.