Skip to content

Commit

Permalink
node v update
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Sep 30, 2024
1 parent 4973cb0 commit 281e254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: [20.x]

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 20.x
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 281e254

Please sign in to comment.