From 66631fd873496b4be712a6fcc18d16473f838391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 7 Nov 2022 13:13:23 +0100 Subject: [PATCH] ci: update node.js, closes #40 (#41) * ci: update node.js, closes #40 * ci: update matrix --- .github/workflows/ci.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cded01..0f3d095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - zig-version: [0.5.0, 0.7.0, 0.8.0, master] + zig-version: [0.5.0, 0.7.0, 0.8.0, 0.9.0, master] runs-on: ${{matrix.os}} steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Zig uses: goto-bus-stop/setup-zig@default with: diff --git a/action.yml b/action.yml index 3467dc9..9be2a2b 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ inputs: required: true default: '0.5.0' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'