Skip to content

Commit

Permalink
Merge pull request #33 from MSA-Safety/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

chore: Bump actions/setup-node from 3 to 4
  • Loading branch information
rimesime authored Nov 28, 2023
2 parents c37ff48 + 775d7ec commit de0c8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -40,7 +40,7 @@ jobs:
with:
languages: javascript
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -58,7 +58,7 @@ jobs:
# steps:
# - uses: actions/checkout@v3
# - name: Use Node.js 18.x
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: 18.x
# cache: 'npm'
Expand Down

0 comments on commit de0c8ee

Please sign in to comment.