Skip to content

Commit

Permalink
MOON-454: Update .github with more recent node version (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eevolee authored Nov 4, 2024
1 parent c66da0c commit 3c8f31b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install
run: yarn install --frozen-lockfile

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Run tests
shell: bash
run: yarn test
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 20
# Setting up the SSH agent to be able to commit back to the repository
# https://github.com/webfactory/ssh-agent
- uses: webfactory/ssh-agent@v0.9.0
Expand Down

0 comments on commit 3c8f31b

Please # to comment.