mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
chore(deps): pin dependencies
This commit is contained in:
parent
460c6ab043
commit
39ed5830b8
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ jobs:
|
|||
if: github.event.ref_type == 'branch' && github.ref_name != 'main' && github.ref_name != 'master'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue