Upgrade "actions/setup-node" to non-deprecated version

This commit is contained in:
Jean-Baptiste Bellet
2022-10-19 11:31:47 +02:00
parent 642938afe0
commit 2fcbe437f2

View File

@@ -52,7 +52,7 @@ jobs:
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.15.5'
@@ -99,7 +99,7 @@ jobs:
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.15.5'