Skip to content

Commit

Permalink
build: bump gh node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 17, 2024
1 parent 6054f9c commit 82b7363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ description: Checkout and install dependencies
runs:
using: composite
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install npm
shell: bash
run: npm install -g npm
node-version: lts/Hydrogen
- name: Install dependencies
shell: bash
run: npm ci
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen

Expand Down

0 comments on commit 82b7363

Please sign in to comment.