Skip to content

Commit

Permalink
Added node version to project. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrux authored Dec 1, 2022
1 parent 2091dcf commit dffdf23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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: ['16.x']
node: ['18.x']
os: [ubuntu-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.x
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wrux/sanity-analytics-dashboard-widgets",
"author": "Callum Bonnyman",
"version": "0.1.0",
"version": "0.0.1",
"license": "MIT",
"keywords": [
"sanity",
Expand Down

0 comments on commit dffdf23

Please sign in to comment.