Skip to content

Commit 3ac0ab9

Browse files
authored
Merge pull request #6 from microlinkhq/dependabot/github_actions/actions/setup-node-3.0.0
build(deps): bump actions/setup-node from 2 to 3.0.0
2 parents 9643bee + fea9485 commit 3ac0ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3.0.0
1919
with:
2020
node-version: lts/*
2121
- name: Setup PNPM

0 commit comments

Comments
 (0)