Skip to content
Snippets Groups Projects
Unverified Commit 9a58c472 authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Merge pull request #4 from Griefed/dependabot-github_actions-dependabot-actions-setup-node-3.4.1

chore(deps): bump actions/setup-node from 2.5.1 to 3.4.1
parents 75aeac4c e802b094
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.4.1
with: with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '>= 16.9.1' node-version: '>= 16.9.1'
......
...@@ -43,7 +43,7 @@ jobs: ...@@ -43,7 +43,7 @@ jobs:
prerelease: false prerelease: false
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v3.4.0 uses: actions/setup-node@v3.4.1
with: with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '>= 16.9.1' node-version: '>= 16.9.1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment