Skip to content

Commit 9d8e228

Browse files
committed
🩹 fix deprecation warning:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/setup-node@v2 Using version v2.285.0, latest or master: actions/setup-node/pull/414
1 parent dcc9717 commit 9d8e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/run.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-node@master
1313
with:
14-
node-version: 12
14+
node-version: 16
1515
- run: npx github-stats-box
1616
env:
1717
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets

0 commit comments

Comments
 (0)