Skip to content

Commit

Permalink
💚 Push nodejs to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 11, 2024
1 parent 96997ac commit 713d0fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x']
node: ['18.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
3 changes: 3 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "example",
"version": "1.0.0",
"engines": {
"node": ">=18"
},
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down

0 comments on commit 713d0fa

Please sign in to comment.