1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 10:22:39 +01:00

Update build workflow to use v3 checkout and setup-node

This commit is contained in:
Madeline 2022-12-30 23:28:45 +11:00
parent 17e93b7daa
commit 28a309bcdc
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -17,9 +17,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'