Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdavid committed Feb 13, 2024
1 parent 3dd3648 commit 4ecc9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
experimental: true
mise_toml: |
[tools]
node ${{ matrix.node-version }}
node = "${{ matrix.node-version }}"
- run: npm ci
- name: Build and Statically Render
run: npm run build

0 comments on commit 4ecc9b1

Please sign in to comment.