Update node.js.yml

This commit is contained in:
Tan, Kian-ting 2023-09-04 22:06:23 +08:00 committed by GitHub
parent 4cfa9c7cb4
commit 39958227dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.UBERSHMEKEL_ALT_TOKEN }}
- uses: actions/cache@v3.0.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3