Skip to content

Commit

Permalink
Bump setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 27, 2024
1 parent 1f37c99 commit 766c834
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
which -a node || true
which -a npm || true
echo "==================="
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.16.0'
- name: Check Path 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
brew install subversion

This comment has been minimized.

Copy link
@tft23

tft23 Jun 13, 2024

node@v3
warning
This tools will be invalid due to run commands behalf of git hub.

This comment has been minimized.

Copy link
@sebbASF

sebbASF Jun 13, 2024

Author Contributor

I don't understand what you mean.
Note that GH no longer includes subversion in the latest macOS hosts.
When I asked about the lack of subversion, GH said to use brew to install it.

if: runner.os == 'macOS'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'v21.4.0' # works on macOS
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittestnavigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get install libsasl2-dev
sudo apt-get install libyaml-dev # psych 5.0.0
if: matrix.os == 'ubuntu-20.04'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.16.0'
# it seems that using the default Ubuntu version of node (14.19.0)
Expand Down

0 comments on commit 766c834

Please sign in to comment.