diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1564503a..4143e65b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,12 +8,12 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Use Node.js v18.x - uses: actions/setup-node@v1 + - name: Use Node.js v18 + uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '18' - name: Install and Build run: |