1
0
Fork 0

packages/cache Upgrade from node12 to node20

Fixes software supply chains safety warnings like at the bottom right of
https://github.com/actions/toolkit/actions/runs/8473809663
pull/1698/head
Christian Clauss 2024-04-01 11:09:29 +02:00 committed by GitHub
parent 59e9d284e9
commit 59f6a1677a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
name: 'Set env variables'
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
runs:
using: 'node12'
using: 'node20'
main: 'index.js'