Skip to content

Commit

Permalink
Merge pull request mozilla#17199 from timvandermeij/setup-node-4
Browse files Browse the repository at this point in the history
Upgrade `setup-node` to version 4 in the GitHub Actions workflows
  • Loading branch information
timvandermeij authored Oct 29, 2023
2 parents 26fc69f + 6dff90a commit 355bce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down

0 comments on commit 355bce2

Please sign in to comment.