Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
use node 18 on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldEAM committed Jul 16, 2024
1 parent e971df3 commit a4914d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x]
node-version: [18.x]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Check out repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a4914d9

Please sign in to comment.